home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / GRAPHICS / TOPO.ZIP / READ.ME < prev    next >
Text File  |  1993-07-12  |  1KB  |  38 lines

  1. Topography 2.0     by Larry Blake
  2.  
  3. Requires Microsoft Windows, mouse, and the runtime for Visual Basic
  4. 3.0  (VBRUN300.DLL in \WINDOWS\SYSTEM).
  5.  
  6.  
  7.  
  8. This Visual Basic program uses random numbers to generate a landscape.  
  9. Each point on the map has a value which corresponds to an elevation 
  10. and a color.  This value is related to the values of the surrounding 
  11. points, plus a small random increment up or down.  I have chosen 
  12. colors which should be familiar to users of topographic maps: 
  13.         
  14.         White        (snow)                        / \
  15.         Light grey   (rocks and snow)               |
  16.         Dark grey    (rocks)                        |
  17.         Brown        (tundra)                   Elevation
  18.         Yellow       (sparse vegetation)            |
  19.         Green        (plains)                       |
  20.         Blue         (water)                        |
  21.  
  22.  
  23.  
  24. Future enhancements, in no particular order:
  25.    1. Windows screen saver.
  26.    2. Multi-pass calculation, with each pass calculating smaller 
  27.       squares.  This would reduce the overall jaggedness.
  28.    3. Button to pre-draw a river network.
  29.    4. Smooth curves instead of squares on 2D map.  Isolines.
  30.    5. Improved perspective on 3D map.
  31.    6. Removal of hidden lines on 3D map.
  32.    7. Full color on 3D map (not just wire frame).
  33.    8. Shadows on 3D map.
  34.    9. Clouds on 3D map.
  35.   10. Roads and bridges on both maps.
  36.   11. Printing.
  37.   12. Save / Load capabilities.
  38.